home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_04 / 1004110b < prev    next >
Encoding:
Text File  |  1995-11-01  |  140 b   |  8 lines

  1.  
  2.        if (one > three)  
  3.            {
  4.            printf("Find maximum returning %d", one);
  5.            return one;          
  6.            }
  7.  
  8.